@charset "utf-8";
/* CSS Document */
.none{
    display: none;
}
.bg{
    width: 100%;
    background: #f4f4f4;
    overflow: hidden;
}
.lay-title{
    width: 1200px;
    margin:40px auto;
    text-align: center;
}
.lay-title>div{    
    font-size: 36px;
    color: #0b5dc0;
}
.lay-title>p{
    color: #525252;
    font-size: 18px;
}
.lay3{
    width: 1000px;
    margin: 40px auto;
    overflow: hidden;
}
.lay3>img{
    width: 500px;
    float: left;
}
.lay3>div{
    float: right;
    width: 500px;
    background: #1c7ccb;
    color: #fff;
    height: 368px;
    overflow: hidden;
}
.lay3>div>h3{
    font-size: 25px;
    color: #fff;
    margin: 23px auto auto 26px;
}
.lay3>div>p{
    width: 443px;
    margin:auto;
    text-indent:32px;
    font-size: 16px;
    line-height: 24px;
    margin-top: 4px;
}
.lay3>div>a{
    display: block; 
    width: 40px;
    height: 40px;
    background: #18271c;
    color: #fff;
    text-align: center;
    font-size: 20px;
    line-height: 40px;
    margin-top: 10px;
    margin-left: 40px;
}
.lay3>div>a:hover{
    background: #fff;
    color: #000;
}
#lay5{
    width: 1000px;
    height: 280px;
    padding: 0 10px;
    margin: auto auto 30px;
    overflow: hidden;
    background: #fff;
}
#lay5 a{
    display: block;
    float: left;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
}
.lay5-box-1{
    margin-top: 20px;
    width: 500px;
    height: 117px;
    overflow: hidden;
}
.lay5-box-1:hover .lay5-box-title{color:#1c7ccb;}
.lay5-box-2:hover .lay5-box-title{color:#1c7ccb;}
.lay5-box-2{
    margin-top: 20px;
    width: 500px;
    height: 117px;
    overflow: hidden;
}
.lay5-box-pic{
    float: left;
    width: 176px;
    height: 117px;
}
.lay5-box-content{
    float: left;
    width: 307px;
    text-align: left;
    padding-left: 5px;
}
.lay5-box-title{
    font-size: 18px;
    padding: 5px 0;
}
.lay5-box-description{
    line-height: 18px;
    font-size: 12px;
    height: 56px;
    text-indent:24px;
    overflow: hidden;
}
.lay5-box-more{
    width: 65px;
    height: 20px;
    border: 1px solid #1c7ccb;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    color: #1c7ccb;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
    margin-top: 5px;
    overflow: hidden;
    white-space: nowrap;
}
.lay5-box-more span{
    position: relative;
    left:11px;
}
.lay5-box-content:hover .lay5-box-more span{left:-50px;color: #fff;}
.lay5-box-content:hover .lay5-box-more{background: #1c7ccb;}

.slideTxtBox{ width:1000px;margin:auto;text-align:left;  }
.slideTxtBox .hd{width:344px;margin:auto auto 16px;height:40px; line-height:30px; position:relative;}
.slideTxtBox .hd ul{margin:auto;height:40px;}
.slideTxtBox .hd ul li{ float:left;width:160px;height:40px;cursor:pointer;background: url(../img/pic2.jpg) no-repeat center center;text-align: center;margin-left: 24px;}
.slideTxtBox .hd ul li.on{background: url(../img/pic1.jpg) no-repeat center center;color:#fff;}
.slideTxtBox .bd ul{
    width: 1000px;
    overflow: hidden;
}
.slideTxtBox .bd ul li{
    float: left;
    width: 318px;
    margin-left: 23px;
    text-align: center;
    color: #000;
}
.slideTxtBox .bd ul li a{
    display: block;
    color: #000;
    margin-bottom: 30px;
}
.slideTxtBox .bd ul li a p{
    padding-top: 10px;
}
.lay6{
    width: 1000px;
    margin: auto auto 30px;
    overflow: hidden;
}
.lay6>a{
    display: block;
    float: left;
    margin-left: 22px;
    text-align: center;
    color: #000;
    font-size: 18px;
}
.lay6>a>p{
    padding: 10px 0;
}